C:\Program Files (x86)\Google\Picasa3\web\templates (on 64-bit systems)
C:\Program Files\Google\Picasa3\web\templates (on 32-bit systems)
define imageWidth 800
define imageHeight 600
imageWidth defines a maximum width of 800 pixels for the exported
images and imageHeight defines a maximum height of 600 pixels. Picasa
will resize the images to whichever limit is hit first keeping the original size
ratio of the image being resized. Picasa does not enlarge images. If the image is
smaller than the limits set in the index.tpl file, the image will remain
its original size.
define imageWidth 200
define imageHeight 10000
imageWidth and the imageHeight variables. Images sent
to the thumbnails folder are controlled by the thumbnailWidth
and the thumbnailHeight variables. Each set of images are independent
and can be radically different sizes. If only one set of images is needed, the
thumbnailWidth and the thumbnailHeight variables can be
set to small sizes to minimize processing time.shadowedImages
which if not defined will default to "0" and no shadows will be added. Shadows for the images sent to the thumbnails
folder are controlled by shadowedThumbnails which defaults to "1" if not defined and shadows will be added.More information on the Picasa's Export as Html Page template system can be found in the documentation folder located in the same folder as the templates folder. You can also find some useful information by reading the index.tpl files in some of the default templates that come with Picasa.